widget: Warn on calls to queue_resize() during size_allocate()
authorBenjamin Otte <otte@redhat.com>
Mon, 28 Sep 2015 03:42:04 +0000 (05:42 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 28 Oct 2015 18:44:28 +0000 (19:44 +0100)
commita4587ef4a0988bd6817895fa7920801163091ca6
tree99255023271826ca0850e272d6ada080015b9ca9
parent4d631a914435ff8f2566ac1abcaffadd1c6ebc7f
widget: Warn on calls to queue_resize() during size_allocate()

This happens way too much, so it's disabled unless GTK_DEBUG=geometry is
on.

Also, we can't detect it in the call to queue_resize() yet, only during
size_allocate(), so the warning comes after the signal emission.
gtk/gtkwidget.c